home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Tracker Client Folder / Core 18⁄March⁄1994 / Alert.c next >
Encoding:
Text File  |  1993-06-04  |  2.6 KB  |  24 lines  |  [TEXT/KAHL]

  1. /* Alert.c */
  2.  
  3. #include "Alert.h"
  4. #include "CModalDialog.h"
  5. #include "CSimpleButton.h"
  6. #include "Memory.h"
  7. #include "CImagePane.h"
  8. #include "CStaticText.h"
  9. #include "StringUtils.h"
  10.  
  11.  
  12. #define AlertWindowLocID (0x00810001)
  13. #define KillButtonLocID (0x00810003)
  14. #define TextLocID (0x00810004)
  15. #define PictLocID (0x00820000) /* add PICT ID to find local index */
  16.  
  17. #define KillButtonNameID (0x00810001)
  18.  
  19. #define ErrorPictID (136)
  20.  
  21.  
  22. /********************************************************************************/
  23.  
  24. st